Welcome![Sign In][Sign Up]
Location:
Search - uCOS C51

Search list

[Other resourceyy

Description: Keil C51的UCOS-2操作系统源代码-ucos-2 operation system source code for Keil C51
Platform: | Size: 79300 | Author: 龙一啸 | Hits:

[Other resourceUcosIIfor8051

Description: UCOS在C51上实现的两个例子,可以直接在BC环境下运行-C51 UCOS in achieving the two examples that can be directly in the operating environment BC
Platform: | Size: 316969 | Author: 洪峰 | Hits:

[Other resourcexltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \\ temp. You can Project -
Platform: | Size: 5956 | Author: 邢兰停 | Hits:

[Other resourceDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp, you could Project -
Platform: | Size: 5264 | Author: 邢兰停 | Hits:

[Other resourcec51-ucos

Description: C源代码的实时操作系统,是 单片机嵌入式操作系统的优良选择-C source code for the real-time operating system, embedded microcontroller is an excellent choice of operating system
Platform: | Size: 9882 | Author: 王华 | Hits:

[Other resourceucos_port_c51

Description: 嵌入式系统ucos如何移植到c51单片机,重点解释了局部变量的覆盖问题和函数的再入性问题。-Embedded System CENTER how to transplant c51 microcontroller, explained the focus of the coverage of local variables and function of reentry issues.
Platform: | Size: 466413 | Author: 侯德俊 | Hits:

[Other resourcethe_source_of_ucos_ii_transplanted_to_keil_c51

Description: 该压缩包里面含有ucos ii被移植到keil c51环境下的源码,对初学ucos移植的人来说很有用。
Platform: | Size: 178106 | Author: 黄灿武 | Hits:

[Other resourceuc_51_small

Description: ucos移植到c51上的代码以及说明。现在高速的c51还是能够使用的,希望大家喜欢
Platform: | Size: 78575 | Author: 施键 | Hits:

[OS DevelopuCOS_C51_Small

Description: uCos II移植到C51 ,最小多任务适时系统
Platform: | Size: 79514 | Author: liitom | Hits:

[Other resourcec51-ucos

Description: 移植成功的单片机uc/os-II代码,效果很好的
Platform: | Size: 480223 | Author: 李忠平 | Hits:

[Other resourceExp6_2

Description: uCOS-II在C51下的一个完整的小游戏源码-uCOS-II C51 in the integrity of a small game FOSS
Platform: | Size: 102403 | Author: 菜鸟 | Hits:

[SourceCodetcp_ipCENTERprotocol

Description: tcp_ip协议栈的ucos代码,主要用于嵌入式系统开发,已经移植到51系统单片机中,通过keil可进行编译,ucos经过最简化改造!特别推荐-tcp_ip CENTER protocol stack code, mainly for embedded system development, has been ported to 51 SCM system, through c51 can be compiled after the most simplified CENTER transformation! Preferred!
Platform: | Size: 591566 | Author: li210210 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[SCMExp6_2

Description: uCOS-II在C51下的一个完整的小游戏源码-uCOS-II C51 in the integrity of a small game FOSS
Platform: | Size: 102400 | Author: 菜鸟 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[Otherucos1

Description: Keil C51上移植ucos的源码, -Keil C51 on uCOS transplant source,
Platform: | Size: 78848 | Author: richard_yang | Hits:

[uCOSSerialDriverBasedonuCOS-II

Description: 基于ucos-II的串口驱动程序。内容包括ucos-II移植到C51系列单片机上的全部代码,带有中文注释。-Ucos-II based on the serial port driver. Include ucos-II ported to the C51 series of single-chip all the code, with Chinese Notes.
Platform: | Size: 458752 | Author: cr | Hits:

[uCOS605675

Description: uCOS-II在C51下的一个完整的LCD项目源码-uCOS-II in the C51 of a complete source of the LCD project
Platform: | Size: 342016 | Author: noodlesrun | Hits:

[ARM-PowerPC-ColdFire-MIPSP89V51

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show ' 1 ' ~ ' 5' . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User John X. Liu, in this case, I used his written simulation ( dllPc51Emu.dll), the dll was originally for his transplant Ucos-ii for keil c51 examples of the preparation.
Platform: | Size: 112640 | Author: 迷茫 | Hits:

[uCOSuCOS_transplanted_to_C51

Description: 把uCOS 移植到 C51单片机上,这里主要是自己学习时的一些新得,希望与大家分享-The uCOS transplanted to C51 microcontroller, this is mainly their own time to learn some new too, want to share with you
Platform: | Size: 15360 | Author: wanglin | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net